-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ add unit to axis labels / TAS-784 #4403
Open
sophiamersmann
wants to merge
2
commits into
markdown-text-wrap-group
Choose a base branch
from
axis-label-unit
base: markdown-text-wrap-group
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+32
−16
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jan 8, 2025
sophiamersmann
changed the title
✨ add unit to axis labels
✨ add unit to axis labels / TAS-784
Jan 8, 2025
Quick links (staging server):
Login:
SVG tester:Number of differences (default views): 928 (aa62b5) ❌ Edited: 2025-01-13 10:14:20 UTC |
sophiamersmann
force-pushed
the
axis-label-unit
branch
from
January 9, 2025 09:26
2dcfc30
to
5de4922
Compare
sophiamersmann
force-pushed
the
markdown-text-wrap-group
branch
from
January 9, 2025 11:59
7a1dd77
to
8ce1f76
Compare
sophiamersmann
force-pushed
the
axis-label-unit
branch
from
January 9, 2025 12:00
5de4922
to
05eb6a8
Compare
sophiamersmann
force-pushed
the
markdown-text-wrap-group
branch
from
January 9, 2025 12:52
8ce1f76
to
54f3e88
Compare
sophiamersmann
force-pushed
the
axis-label-unit
branch
from
January 9, 2025 12:52
05eb6a8
to
3a45072
Compare
sophiamersmann
force-pushed
the
markdown-text-wrap-group
branch
from
January 9, 2025 15:09
54f3e88
to
ea07fb3
Compare
sophiamersmann
force-pushed
the
axis-label-unit
branch
from
January 9, 2025 15:09
3a45072
to
ce62ddc
Compare
sophiamersmann
force-pushed
the
markdown-text-wrap-group
branch
from
January 13, 2025 09:50
ea07fb3
to
3521d4d
Compare
sophiamersmann
force-pushed
the
axis-label-unit
branch
from
January 13, 2025 09:50
ce62ddc
to
11307ab
Compare
sophiamersmann
force-pushed
the
markdown-text-wrap-group
branch
from
January 13, 2025 12:12
3521d4d
to
f40c06a
Compare
sophiamersmann
force-pushed
the
axis-label-unit
branch
from
January 13, 2025 12:12
11307ab
to
c3c7f1a
Compare
sophiamersmann
force-pushed
the
markdown-text-wrap-group
branch
from
January 13, 2025 14:25
f40c06a
to
03ad582
Compare
sophiamersmann
force-pushed
the
axis-label-unit
branch
from
January 13, 2025 14:25
c3c7f1a
to
d1e09cc
Compare
sophiamersmann
force-pushed
the
markdown-text-wrap-group
branch
from
January 13, 2025 14:26
03ad582
to
1a5dbd6
Compare
sophiamersmann
force-pushed
the
axis-label-unit
branch
from
January 13, 2025 14:26
d1e09cc
to
7841817
Compare
sophiamersmann
force-pushed
the
markdown-text-wrap-group
branch
from
January 13, 2025 14:31
1a5dbd6
to
591b9a6
Compare
sophiamersmann
force-pushed
the
axis-label-unit
branch
from
January 13, 2025 14:31
7841817
to
066757b
Compare
sophiamersmann
force-pushed
the
markdown-text-wrap-group
branch
from
January 13, 2025 14:42
591b9a6
to
73e796d
Compare
sophiamersmann
force-pushed
the
axis-label-unit
branch
from
January 13, 2025 14:42
066757b
to
c533a28
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #4362
Appends the unit to axis labels in parens, like "label (unit)".
The next PR makes it so that for axis labels that have parens, like
Human Development Index (male)
, only the first part (Human Development Index) is made bold. It looks nicer.This is part 3 of 4 in a stack made with GitButler: